HTML syntax
[HTML syntax]
<EMBED SRC="xxxx.MID" (or "xxxx.wav" for example) WIDTH="150" HEIGHT="40" PANEL="0" AUTOSTART="TRUE" REPEAT (or "LOOP") ="FALSE" TEXT="xxxxxx">The size of the control panel can be specified as follows.
- "WIDTH=150 HEIGHT=40" will display a 150 x 40 pixel control panel.
(PANEL=0) (PANEL=1)
- "WIDTH=100 HEIGHT=30" will display a 100 x 30 pixel control panel.
(PANEL=0) (PANEL=1)
- "WIDTH=40 HEIGHT=35" will display a 40 x 35 pixel control panel.
- By setting "HEIGHT=0" you can hide the panel. In this case, control will not be possible.
- "AUTOSTART=TRUE" is the normal setting, causing playback to begin automatically when the page is opened. When "AUTOSTART=FALSE", playback will begin only when the Play button of the control panel is pressed.
- "REPEAT=FALSE" is the normal setting, the song will playback once and then stop at the end of the song. When "REPEAT=TRUE", the song playback to repeat until the stop button is pressed.
- When "PANEL=0" the control panel will have a light color scheme (normal setting). When "PANEL=1" the control panel will have a dark color scheme. (The 40 x 35 pixel control panel provides only one color scheme, and the same panel will appear regardless of whether "PANEL=" is set to 0 or 1.)
- If you input a character string following "TEXT=", the specified characters will appear in the display section. A maximum of approximately 14 characters can be displayed.If you do not use the TEXT option, the filename of the MIDI song will be displayed.
Back to Main
Copyright (C) 1996-1997 YAMAHA CORPORATION All rights reserved.